prefer implicitly-defined dtors instead of user dtors with empty bodies. (#685)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sun, 7 Feb 2021 21:43:27 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 21:43:27 +0000 (14:43 -0700)
commit671afae2c439dda70ec1de7b0e2b4c1dbfc2a1a6
treea447e28d058a443329710a7d8b3ed0f68650ac7e
parent1ff71a9cb5959c4a211cb9d394474f86a85115e1
prefer implicitly-defined dtors instead of user dtors with empty bodies. (#685)

Not only is this simpler, it avoids clang-tidy complaining about
warning: class * defines a non-default destructor but does not define a copy
constructor, a copy assignment operator, a move constructor or a move
assignment operator [cppcoreguidelines-special-member-functions]
gui/filterdlg.h
gui/optionsdlg.cc
gui/optionsdlg.h
gui/processwait.cc
gui/processwait.h